net/netip.Addr.z (field)
39 uses
net/netip (current package)
netip.go#L57: z unique.Handle[addrDetail]
netip.go#L86: func IPv6Unspecified() Addr { return Addr{z: z6noz} }
netip.go#L95: z: z4,
netip.go#L108: z: z6noz,
netip.go#L385: return ip.z == z0
netip.go#L391: func (ip Addr) IsValid() bool { return ip.z != z0 }
netip.go#L399: switch ip.z {
netip.go#L410: if ip.z == z0 {
netip.go#L413: return ip.z.Value().zoneV6
netip.go#L462: return ip.z == z4
netip.go#L475: return ip.z != z0 && ip.z != z4
netip.go#L484: ip.z = z4
netip.go#L497: ip.z = z6noz
netip.go#L500: ip.z = unique.Make(addrDetail{isV6: true, zoneV6: zone})
netip.go#L510: ip.z = z6noz
netip.go#L516: return ip.z != z0 && ip.z != z4 && ip.z != z6noz
netip.go#L616: if ip.z == z0 {
netip.go#L682: switch ip.z {
netip.go#L714: if ip.z == z4 || ip.Is4In6() {
netip.go#L718: if ip.z == z0 {
netip.go#L726: switch ip.z {
netip.go#L786: switch ip.z {
netip.go#L803: switch ip.z {
netip.go#L884: if ip.z != z6noz {
netip.go#L936: if ip.z != z6noz {
netip.go#L947: switch ip.z {
netip.go#L962: if ip.z != z6noz {
netip.go#L982: switch ip.z {
netip.go#L1016: switch ip.z {
netip.go#L1029: switch ip.z {
netip.go#L1166: switch p.ip.z {
netip.go#L1196: switch p.ip.z {
netip.go#L1226: switch p.ip.z {
netip.go#L1377: if ip.Is6() && ip.z != z6noz {
netip.go#L1503: if p.ip.z == z4 {
netip.go#L1530: switch p.ip.z {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)